-
Notifications
You must be signed in to change notification settings - Fork 956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port specifications for Namada #169
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cwgoes
added
documentation
Improvements or additions to documentation
prio:high
spec
namada
labels
Jul 8, 2022
edit: disregard below questions which will be split off to a second PR Open questions to be addressed:
|
Decided to merge as-is and split off follow-up changes to a separate PR. |
cwgoes
changed the title
WIP: Port specifications for Namada
Port specifications for Namada
Jul 11, 2022
phy-chain
pushed a commit
to phy-chain/namada
that referenced
this pull request
Mar 1, 2024
* feat: move integrations to the integrations service * feat: add useWithIntegration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request ports the subset of the Anoma specification documents hosted in the specs repo to the Namada repository so that Namada has a standalone specification. I've also taken the liberty to reorganise the documents somewhat and specify a few remaining items.
I have ported anoma/specs from commit 2198767818a56bff6632b4df3d47f2af3a358a99 - any changes made afterwards, or outstanding PRs, will not be reflected and must be manually made against this repository.
Further changes made by this PR:
Instructions for reviewers of this PR
Please render & read the specs locally. This can be done by running
from the root of the repository. If you have any comments, please comment on the Markdown files directly in the "Files Changed" view on Github, or write a comment on this PR with any more general concerns or suggestions.